-
-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.0][FIX][report_xls] Protect xlwt import. #62
[8.0][FIX][report_xls] Protect xlwt import. #62
Conversation
Given `xlwt` could happen to not be installed because it is an optional dependency. See odoo/odoo#12897 (comment).
👍 |
2 similar comments
👍 |
👍 |
Please correct Travis now that the module has changed. In concrete, the line https://travis-ci.org/OCA/reporting-engine/jobs/147163836#L459. You should bypass the error with |
Hi, |
What are you talking about? |
That's something totally different (in another repo). That should be protected too. |
I refer to report_xls class name, renamed to ReportXls, which is not more recognized |
OK, please fill a PR with that change. |
More breakage in account-financial-tools. OCA/account-financial-tools#392 |
Given
xlwt
could happen to not be installed because it is an optional dependency.See odoo/odoo#12897 (comment).
@Tecnativa